home *** CD-ROM | disk | FTP | other *** search
/ The Cartoon Guide to Physics / The Cartoon Guide to Physics.iso / pc / physdata / stsetup.dir / 00028.ls < prev    next >
Encoding:
Text File  |  1995-09-10  |  359 b   |  12 lines

  1. on mouseDown
  2.   global ShowAnimation
  3.   puppetSound("click")
  4.   set the locH of sprite 19 to 90
  5.   set the locV of sprite 19 to 291
  6.   set the castNum of sprite 19 to the number of cast "off lever"
  7.   set the castNum of sprite 15 to the number of cast "off red"
  8.   set the castNum of sprite 14 to the number of cast "on"
  9.   updateStage()
  10.   set ShowAnimation to 0
  11. end
  12.